home *** CD-ROM | disk | FTP | other *** search
- <AM5TASK>
- <AMTASKHEAD>
- <TASKINFO TASKNAME="">
- <\AMTASKHEAD>
- <STEPS>
- <AMVARIABLE NAME="thecounter"></AMVARIABLE>
- <!--- Loop from 1 to 100 this shouldn't take too long. Depends on
- system speed. --->
- <AMLOOP FROM="1" TO="100" RESULTVARIABLE="thecounter">
- </AMLOOP>
- <!--- Display task execution speed information. --->
- <AMMESSAGEBOX>The task took:
- %GetTaskExecutionTimeMS()% milliseconds
- or
- %GetTaskExecutionTimeSec()% seconds
- or
- %GetTaskExecutionTimeMin()% minutes
-
- ...depending on how accurate you want to be</AMMESSAGEBOX>
- <\STEPS>
- </AM5TASK>
-